home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / COMM / IT.ARJ / READ.ME < prev   
Text File  |  1991-01-28  |  4KB  |  73 lines

  1. IDEAL TERMINAL -- IT
  2.  
  3. IT consists of the following files, copy them into a directory
  4. listed in your DOS PATH command:
  5.  
  6.   - IT.EXE    The program.
  7.   - IT.DOC    The user's guide, 24 pages, ready to print.
  8.   - IT.SET    Set-up file, contains and explains setups, change it
  9.               as you like.
  10.   - IT.DIR    Sample auto-dial file, put your phone numbers in it.
  11.  
  12. If you have a file named IT.HLP you can delete it, it is obsolete.
  13.  
  14. To get started quickly, read IT.SET, modify it if you like, then
  15. run IT and type ALT-H to read the help display.
  16.  
  17. Summary of changes to IDEAL TERMINAL since version 3.0.
  18.  
  19. 3.0     Major rework to allow setup file definition of alt-keys and
  20.         macro keys that can invoke setups and other alt-keys.  Added
  21.         scroll history, and rewrote the help feature to use the same
  22.         window commands as for scroll history.
  23. 3.1     Fix a bug introduced in 3.0 where the comm port interrupt
  24.         enable mask (8259) and interrupt vector were not always
  25.         correctly restored upon exit.
  26. 3.2     In ASCII send, display the name of the file being sent to the
  27.         right of the protocol field in the status line.
  28. 3.3     Fix a bug in vt100 emulation.  If the host moves the cursor up
  29.         or down such that it would cross a margin, limit it to the margin.
  30.         Allow movement once across.
  31.         Add the version number to the date as text in string "version".
  32.         Put copyright text in string "copyright".
  33.         Announce success or failure of search operation while viewing.
  34.         Fix a buffer overflow in the help function for long macro defines.
  35. 3.4     Fix bug where entering alternate keypad mode if already in it
  36.         causes loss of prior state of numlock.
  37. 3.5     Fix a bug in vt100 emulation.  When the host sends LF and the
  38.         cursor is outside the scroll window, don't scroll.  Scroll only
  39.         on LF when the cursor is in the bottom line of the scroll window.
  40. 3.6     Fix a bug in macro key processing which sometimes caused macros
  41.         called by "\annn." to be ignored in other macros or in scripts.
  42. 3.7     In order to forgive mistakes in system configuration, use hard-
  43.         coded port addresses for com1 and com2, rather than getting them
  44.         from address 40:0.
  45. 3.8     Several users have complained of UNIX hosts sending ESC [ ? 5 i
  46.         sequence that turns on logging to printer.  Disable it.
  47. 3.9     New terminal emulation mode TTY.  Allows logging of binary files
  48.         to disk.  Does not interpret escape sequences, simply displays all
  49.         printable characters, handles CR, LF, TAB.
  50. 3.10    Add comm ports 3 and 4.  Allow the use of high intensity foreground
  51.         colors.  In scroll history command line editing, let CR only send
  52.         the edited string to the host, but not send a CR after it.  Allows
  53.         user to append something before sending.  Don't blink the VT100
  54.         field when in the alternate keypad mode (by popular demand).
  55. 3.11    Fix a bug in VT100 emulation related to the Select Character Set
  56.         escape sequences.  Sometimes caused IT to display lower case
  57.         alphbetic rather than graphic characters or vice versa.
  58. 3.12    Fix yet another bug in the Select Character Set excape sequences.
  59.         Sometimes caused IT to display lower case alphbetic rather than
  60.         graphic characters.
  61. 3.13    Add field to status line showing current character frame and parity
  62.         selections.  Add commands FRAM and PAR to change selections.
  63.         In scroll history string searching, erase the prior search string each
  64.         time scroll history is invoked.
  65. 3.14    Add baud rates 19.2 and 38.4 kbaud.  Remove status line display of
  66.         "minutes since carrier detect", as it was preventing operation on
  67.         com3 and com4.  Change 8259 (interrupt controller) setup so that
  68.         IRQ3 is highest priority interrupt, in order to avoid character
  69.         overrun at high baud rates due to slow keyboard isr.
  70. 3.15    Change the block count display (for file transfers) in the lower-
  71.         right corner of screen to be more useful.  Rather than displaying
  72.         block count sent and total block count, show bytes sent and % sent.
  73.